Html Css Color HEX #BBD023 Rio Grande

📋 copy color: '#BBD023'

red 187 ◦ green 208 ◦ blue 35

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

Shades of Rio Grande #BBD023

Tints of Rio Grande #BBD023

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

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

R = 43.49%
G = 48.37%
B = 8.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#BBD023 (or 0xBBD023) is known color: Rio Grande. HEX triplet: BB, D0 and 23. RGB value is (187,208,35). Sum of RGB (Red+Green+Blue) = 187+208+35=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD023 is #442FDC. Grayscale: #B6B6B6. Windows color (decimal): -4468701 or 2347195. OLE color: 2347195.

HSL color Cylindrical-coordinate representation of color #BBD023: hue angle of 67.28º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBD023 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 35 -
CMYK 0.10 0 0.83 0.18
HSL 67.28º 0.71% 0.48% -
HSV(B) 67.28º 0.83% 0.82% -
XYZ 43.35 55.8 10.08 -
YUV 182 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 187 208 35 0.10 0 0.83 0.18 67.28 0.71 0.48
Hex BB D0 23 A 0 53 12 43 47 30
Octal 273 320 43 12 0 123 22 103 107 60
Binary 10111011 11010000 100011 1010 0 1010011 10010 1000011 1000111 110000

Color Harmonies of #BBD023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD023

Black with #BBD023

Text Example


Text Example

White with #BBD023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD023; }

 p { color: rgb(187,208,35); }

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

background-color css

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

 a { background-color: rgb(187,208,35); }

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

border-color css

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

 span { border-color: rgb(187,208,35); }

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