Html Css Color HEX #B8C002 La Rioja

📋 copy color: '#B8C002'

red 184 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #B8C002

Tints of La Rioja #B8C002

RGB

 RED value IS 184 (72.27% from 255) = 48.68%

 GREEN value IS 192 (75.39% from 255) = 50.79%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 48.68%
G = 50.79%
B = 0.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B8C002 (or 0xB8C002) is known color: La Rioja. HEX triplet: B8, C0 and 02. RGB value is (184,192,2). Sum of RGB (Red+Green+Blue) = 184+192+2=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C002 is #473FFD. Grayscale: #A8A8A8. Windows color (decimal): -4669438 or 180408. OLE color: 180408.

HSL color Cylindrical-coordinate representation of color #B8C002: hue angle of 62.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8C002 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 2 -
CMYK 0.04 0 0.99 0.25
HSL 62.53º 0.98% 0.38% -
HSV(B) 62.53º 0.99% 0.75% -
XYZ 38.63 47.89 7.27 -
YUV 167.95 34.35 139.45 -
System Red Green Blue C M Y K H S L
Decimal 184 192 2 0.04 0 0.99 0.25 62.53 0.98 0.38
Hex B8 C0 2 4 0 63 19 3F 62 26
Octal 270 300 2 4 0 143 31 77 142 46
Binary 10111000 11000000 10 100 0 1100011 11001 111111 1100010 100110

Color Harmonies of #B8C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C002

Black with #B8C002

Text Example


Text Example

White with #B8C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C002; }

 p { color: rgb(184,192,2); }

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

background-color css

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

 a { background-color: rgb(184,192,2); }

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

border-color css

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

 span { border-color: rgb(184,192,2); }

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