Html Css Color HEX #BDCB23 Rio Grande

📋 copy color: '#BDCB23'

red 189 ◦ green 203 ◦ blue 35

#BDCB23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDCB23

Tints of Rio Grande #BDCB23

RGB

 RED value IS 189 (74.22% from 255) = 44.26%

 GREEN value IS 203 (79.69% from 255) = 47.54%

 BLUE value IS 35 (14.06% from 255) = 8.2%

R = 44.26%
G = 47.54%
B = 8.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDCB23 (or 0xBDCB23) is known color: Rio Grande. HEX triplet: BD, CB and 23. RGB value is (189,203,35). Sum of RGB (Red+Green+Blue) = 189+203+35=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB23 is #4234DC. Grayscale: #B4B4B4. Windows color (decimal): -4338909 or 2345917. OLE color: 2345917.

HSL color Cylindrical-coordinate representation of color #BDCB23: hue angle of 65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDCB23 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 35 -
CMYK 0.07 0 0.83 0.20
HSL 65º 0.71% 0.47% -
HSV(B) 65º 0.83% 0.8% -
XYZ 42.65 53.65 9.7 -
YUV 179.66 46.36 134.66 -
System Red Green Blue C M Y K H S L
Decimal 189 203 35 0.07 0 0.83 0.20 65 0.71 0.47
Hex BD CB 23 7 0 53 14 41 47 2F
Octal 275 313 43 7 0 123 24 101 107 57
Binary 10111101 11001011 100011 111 0 1010011 10100 1000001 1000111 101111

Color Harmonies of #BDCB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB23

Black with #BDCB23

Text Example


Text Example

White with #BDCB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB23; }

 p { color: rgb(189,203,35); }

 H1.HeaderClassName
 {
   color: #BDCB23;
 }
 .AnyTagClassName
 {
   color: #BDCB23;
 }
</style>

background-color css

<style>
 a { background-color: #BDCB23; }

 a { background-color: rgb(189,203,35); }

 div.DivClassName
 {
   background-color: #BDCB23;
 }
 .BgClassName
 {
   background-color: #BDCB23;
 }
</style>

border-color css

<style>
 span { border-color: #BDCB23; }

 span { border-color: rgb(189,203,35); }

 td.TdClassName
 {
   border-color: #BDCB23;
 }
 .TagClassName
 {
   border-color: #BDCB23;
 }
</style>