Html Css Color HEX #BBD61B Rio Grande

📋 copy color: '#BBD61B'

red 187 ◦ green 214 ◦ blue 27

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

Shades of Rio Grande #BBD61B

Tints of Rio Grande #BBD61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50%

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

R = 43.69%
G = 50%
B = 6.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BBD61B (or 0xBBD61B) is known color: Rio Grande. HEX triplet: BB, D6 and 1B. RGB value is (187,214,27). Sum of RGB (Red+Green+Blue) = 187+214+27=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD61B is #4429E4. Grayscale: #B9B9B9. Windows color (decimal): -4467173 or 1824443. OLE color: 1824443.

HSL color Cylindrical-coordinate representation of color #BBD61B: hue angle of 68.66º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBD61B is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 27 -
CMYK 0.13 0 0.87 0.16
HSL 68.66º 0.78% 0.47% -
HSV(B) 68.66º 0.87% 0.84% -
XYZ 44.74 58.74 10.02 -
YUV 184.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 187 214 27 0.13 0 0.87 0.16 68.66 0.78 0.47
Hex BB D6 1B D 0 57 10 45 4E 2F
Octal 273 326 33 15 0 127 20 105 116 57
Binary 10111011 11010110 11011 1101 0 1010111 10000 1000101 1001110 101111

Color Harmonies of #BBD61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD61B

Black with #BBD61B

Text Example


Text Example

White with #BBD61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD61B; }

 p { color: rgb(187,214,27); }

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

background-color css

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

 a { background-color: rgb(187,214,27); }

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

border-color css

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

 span { border-color: rgb(187,214,27); }

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