Html Css Color HEX #BDCC1B Rio Grande

📋 copy color: '#BDCC1B'

red 189 ◦ green 204 ◦ blue 27

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

Shades of Rio Grande #BDCC1B

Tints of Rio Grande #BDCC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.57%

 BLUE value IS 27 (10.94% from 255) = 6.43%

R = 45%
G = 48.57%
B = 6.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#BDCC1B (or 0xBDCC1B) is known color: Rio Grande. HEX triplet: BD, CC and 1B. RGB value is (189,204,27). Sum of RGB (Red+Green+Blue) = 189+204+27=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC1B is #4233E4. Grayscale: #B4B4B4. Windows color (decimal): -4338661 or 1821885. OLE color: 1821885.

HSL color Cylindrical-coordinate representation of color #BDCC1B: hue angle of 65.08º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDCC1B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 27 -
CMYK 0.07 0 0.87 0.2
HSL 65.08º 0.77% 0.45% -
HSV(B) 65.08º 0.87% 0.8% -
XYZ 42.78 54.08 9.22 -
YUV 179.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 189 204 27 0.07 0 0.87 0.2 65.08 0.77 0.45
Hex BD CC 1B 7 0 57 14 41 4D 2D
Octal 275 314 33 7 0 127 24 101 115 55
Binary 10111101 11001100 11011 111 0 1010111 10100 1000001 1001101 101101

Color Harmonies of #BDCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC1B

Black with #BDCC1B

Text Example


Text Example

White with #BDCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC1B; }

 p { color: rgb(189,204,27); }

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

background-color css

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

 a { background-color: rgb(189,204,27); }

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

border-color css

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

 span { border-color: rgb(189,204,27); }

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