Html Css Color HEX #BBD41D Rio Grande

📋 copy color: '#BBD41D'

red 187 ◦ green 212 ◦ blue 29

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

Shades of Rio Grande #BBD41D

Tints of Rio Grande #BBD41D

RGB

 RED value IS 187 (73.44% from 255) = 43.69%

 GREEN value IS 212 (83.2% from 255) = 49.53%

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 43.69%
G = 49.53%
B = 6.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#BBD41D (or 0xBBD41D) is known color: Rio Grande. HEX triplet: BB, D4 and 1D. RGB value is (187,212,29). Sum of RGB (Red+Green+Blue) = 187+212+29=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD41D is #442BE2. Grayscale: #B8B8B8. Windows color (decimal): -4467683 or 1955003. OLE color: 1955003.

HSL color Cylindrical-coordinate representation of color #BBD41D: hue angle of 68.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBD41D is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 29 -
CMYK 0.12 0 0.86 0.17
HSL 68.2º 0.76% 0.47% -
HSV(B) 68.2º 0.86% 0.83% -
XYZ 44.26 57.74 9.97 -
YUV 183.66 40.72 130.38 -
System Red Green Blue C M Y K H S L
Decimal 187 212 29 0.12 0 0.86 0.17 68.2 0.76 0.47
Hex BB D4 1D C 0 56 11 44 4C 2F
Octal 273 324 35 14 0 126 21 104 114 57
Binary 10111011 11010100 11101 1100 0 1010110 10001 1000100 1001100 101111

Color Harmonies of #BBD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD41D

Black with #BBD41D

Text Example


Text Example

White with #BBD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD41D; }

 p { color: rgb(187,212,29); }

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

background-color css

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

 a { background-color: rgb(187,212,29); }

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

border-color css

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

 span { border-color: rgb(187,212,29); }

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